home *** CD-ROM | disk | FTP | other *** search
/ Best of www.BestZips.com (Collector's Edition) / Best of WWW.BESTZIPS.COM Collector's Edition (JCSM Shareware) (JCS Marketing).ISO / menues__ / tcmd102.zip / UPDAT102.DOC < prev    next >
Text File  |  1996-04-17  |  7KB  |  234 lines

  1.  
  2.  
  3.  
  4.                                   JP Software
  5.  
  6.                      Take Command/16 Update Documentation
  7.  
  8.                         Version 1.02 -- April 17, 1996
  9.  
  10.    Copyright 1988 - 1996, JP Software Inc., All Rights Reserved.  Published
  11.    by JP Software Inc., P.O. Box 1470, E. Arlington, MA 02174 USA, (617)
  12.    646-3975.  4DOS is a registered trademark and 4OS2, Take Command, and
  13.    Take Command/32 are trademarks of JP Software Inc.  Other brand and
  14.    product names are trademarks of their respective owners.
  15.  
  16.  
  17.    Check through this file for a comprehensive list of what's changed in
  18.    Take Command/16 for Windows 3.x since version 1.01.  Additional
  19.    documentation on new features is in the online help.  Information about
  20.    product changes before version 1.01 may be viewed at our web page
  21.    (http://www.jpsoft.com) by selecting Take Command and then Product
  22.    History.  Many product history files are also available in our
  23.    Compuserve forum (GO PCVENB or GO JPSOFT, library 10 / JP Software, look
  24.    for files named UPxxxxxx.ZIP).
  25.  
  26.    Some of the descriptions below may be more detailed than you need; if
  27.    you aren't using a feature, feel free to skip to the next item.  If you
  28.    are new to Take Command with version 1.01, you can skip this file
  29.    entirely, and begin with the Introduction and Installation Guide.
  30.  
  31.    This file is divided into the following sections:
  32.  
  33.           General Features and Enhancements
  34.           Startup and Initialization
  35.           Command Changes
  36.           Technical, Compatibility, and Bug Fixes
  37.  
  38.    Significant new features and those which affect most users are marked
  39.    with "**" in the lists below.  Other items discuss smaller or more
  40.    technical changes.
  41.  
  42.    This file is formatted at 58 lines per page, and contains form feeds and
  43.    page footers.  It can be viewed with a file viewer such as the LIST
  44.    command, or printed on most PC printers using the command:
  45.  
  46.               copy updat102.doc prn
  47.  
  48.    Printing it with a program that formats the pages is not likely to work
  49.    due to the formatting included in the file.
  50.  
  51.                                                                 (4/96-1.02)
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.    Take Command 1.02  [04-17-96] UPDAT102.DOC                        page 1
  60.  
  61.  
  62.                        Take Command/16 1.02 Change List
  63.  
  64.  
  65.    General Features and Enhancements
  66.    ---------------------------------
  67.  
  68.    ==> ** Increased the maximum history size from 8K to 32K. 
  69.  
  70.    ==> ** The print dialog now allows printing a marked block of text, by
  71.           using the "Print Selection" button.  The button will only be
  72.           enabled if text is marked.
  73.  
  74.    ==>    In the find files dialog, removed the file description / date /
  75.           time text field from under the list box, due to difficulties
  76.           synchronizing updates of this information with list box
  77.           scrolling.  This information is still available by double-
  78.           clicking the file name in this list box.
  79.  
  80.  
  81.    Startup and Initialization
  82.    --------------------------
  83.  
  84.    ==>    Added a new .INI directive:
  85.  
  86.               AppendToDir = [Yes | NO]:  If set to "Yes", TCMD will append
  87.               a trailing '\' to directory names when doing filename
  88.               completion.
  89.  
  90.  
  91.    Command Changes
  92.    ---------------
  93.  
  94.    ==>    IF ISWINDOW:  Now supports wildcards in the window name.
  95.  
  96.    ==> ** LIST:  Enabled mouse button 2 for "copy & paste" operation inside
  97.           LIST.  To use this feature, hold the button down and select an
  98.           area by dragging the cursor.  When you release the button, the
  99.           marked area is copied to the clipboard.  This is the same
  100.           behavior that was already available in the command window.
  101.  
  102.  
  103.    Technical, Compatibility, and Bug Fixes 
  104.    ---------------------------------------
  105.  
  106.    ==>    DESCRIPT.ION now allows either a space, tab, or comma as the
  107.           delimiter between the filename and the description.  This is for
  108.           compatibility with some third-party description files.
  109.  
  110.    ==>    Fixed a problem with marking more than one line using the
  111.           keyboard (e.g. using Shift-Home at the end of a multi-line
  112.           command).
  113.  
  114.  
  115.  
  116.  
  117.    Take Command 1.02  [04-17-96] UPDAT102.DOC                        page 2
  118.  
  119.  
  120.    ==>    Fixed a problem with files executed via executable extensions. 
  121.           Double quotes are now added if the name contains whitespace.
  122.  
  123.    ==>    Fixed a problem with NUL characters in batch files.
  124.  
  125.    ==>    Fixed a problem with redirection and NoClobber (NoClobber was
  126.           effectively being ignored).
  127.  
  128.    ==>    Fixed a problem with the HistCopy directive.
  129.  
  130.    ==>    Fixed the Find Files dialog so the Disks box correctly reflects
  131.           choices made with the radio buttons.
  132.  
  133.    ==>    If you are using TCMD/16 as the Windows shell you may now hold
  134.           down the SHIFT key when starting TCMD to prevent programs in the
  135.           STARTUP group from executing (as you can in Program Manager).
  136.  
  137.    ==>    Take Command now passes the Pause key on to other applications
  138.           (this should resolve problems found while using SpinWizard).
  139.  
  140.    ==>    The PATH search routine now queries if the specified drive is
  141.           ready before attempting to find an external command, which avoids
  142.           a critical error message.
  143.  
  144.    ==>    DDEEXEC:  Added a wait to solve a problem slower systems may have
  145.           with terminating DDE links and fixed a problem with DDEEXEC not
  146.           passing the command arguments.
  147.  
  148.    ==>    DO:  Now allows embedded equal signs in a test condition.
  149.  
  150.    ==>    FOR:  Fixed a problem with include lists in the FOR arguments and
  151.           enabled extended parent directory names.
  152.  
  153.    ==>    IF:  Added a work-around for constructs like:
  154.  
  155.               if 1 == 0 echo foo && echo bar
  156.  
  157.           to emulate CMD.EXE's behavior of basing the && condition on the
  158.           result of the IF test.
  159.  
  160.    ==>    INPUT:  Fixed a problem with using INPUT /E in a transient shell
  161.           and solved a problem with INPUT /W /E which prevented the
  162.           existing value from being displayed unless a key was pressed.
  163.  
  164.    ==>    KEYSTACK:  Fixed a sporadic problem with feeding keystrokes to
  165.           message boxes.
  166.  
  167.    ==>    LIST:  Fixed problems with:  Using Find with wrap on; marking
  168.           wrapped lines; marking long lines with several embedded tabs; and
  169.           selecting long filenames from the Open dialog.
  170.  
  171.  
  172.  
  173.  
  174.  
  175.    Take Command 1.02  [04-17-96] UPDAT102.DOC                        page 3
  176.  
  177.  
  178.    ==>    LIST:  Improved LIST's ability to find the end of each line
  179.           properly in files with unusual line terminations (e.g. CR or LF
  180.           alone, LF/CR, CR/CR/LF, etc.).
  181.  
  182.    ==>    MD:  Fixed a problem with /S and UNC names.
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202.  
  203.  
  204.  
  205.  
  206.  
  207.  
  208.  
  209.  
  210.  
  211.  
  212.  
  213.  
  214.  
  215.  
  216.  
  217.  
  218.  
  219.  
  220.  
  221.  
  222.  
  223.  
  224.  
  225.  
  226.  
  227.  
  228.  
  229.  
  230.  
  231.  
  232.  
  233.    Take Command 1.02  [04-17-96] UPDAT102.DOC                        page 4
  234.